home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / python-1.52 / demo / readme < prev    next >
Text File  |  1999-06-14  |  631b  |  22 lines

  1. This subdirectory contains some Python demo programs.
  2.  
  3. For more programs, get the main Python archive and extract
  4. it. It contains lots of examples (most of them don't work
  5. on the Amiga but anyway).
  6.  
  7.  
  8.  
  9. classes/        Some examples of how to use classes.
  10.  
  11. metaclasses/    Python 1.5 metaclasses.
  12.  
  13. scripts/        Some useful Python scripts that can be put in your
  14.         command path.  No optional built-in modules needed.
  15.         Might need some changes on the Amiga.
  16.  
  17. socket/         Examples for the 'socket' builtin module.
  18.  
  19. ChatServer.py   Multi-user chat server, written by Irmen de Jong.
  20.         The special thing is the mud-like interface.
  21.  
  22.